home *** CD-ROM | disk | FTP | other *** search
/ Megarom / Megarom Macintosh CD Software (Quantum Leap)(1992).iso / COMMUNICATION / Zmodem Sources / minirb.1 < prev    next >
Text File  |  1989-03-14  |  1KB  |  52 lines

  1. '\" Revision Level 
  2. '\" Last Delta     09-08-87
  3. .TH MINIRB 1 OMEN
  4. .SH NAME
  5. minirb \- Bootstrap YMODEM Batch file receive
  6. .SH SYNOPSIS
  7. .B minirb
  8. .SH DESCRIPTION
  9. .I Minirb
  10. receives one or more files with YMODEM batch file transfer protocol.
  11. .I Minirb
  12. was developed for use as a bootstrap to simplify uploading of the longer
  13. .I rz
  14. and
  15. .I sz
  16. programs, such as are contained in the
  17. .I rzsz.zoo
  18. "zoo" archive or the
  19. .I rzsz1et2.sh
  20. shell archive.
  21. .SH SEE ALSO
  22. YMODEM.DOC,
  23. Professional-YAM manual,
  24. sz(omen)
  25. .SH NOTES
  26. The source file
  27. .I minirb.c
  28. has been ruthlessly pruned to simplify uploading without benefit of
  29. any file transfer protocol.
  30. Do not reformat or add tabs to the source file
  31. as this would complicate uploading.
  32.  
  33. Please read the uploading suggestions in the chapter
  34. .I "File Transfer Basics"
  35. in the Professional-YAM or ZCOMM user's manual.
  36.  
  37. .I Minirb
  38. uses 8 bit checksum which may not be compatible with some programs
  39. claiming to support YMODEM batch transfers.
  40.  
  41. .I Minirb
  42. uses the
  43. YMODEM header
  44. file length information
  45. to avoid storing extraneous characters.
  46. .I Minirb
  47. deletes carriage returns and CPMEOF (^Z) characters
  48. encountered in uploaded files.
  49.  
  50. .I Minirb
  51. calls stty(1) to set and reset raw tty mode.
  52.